home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_geomview.idb / usr / freeware / lib / geomview / modules / sgi / drawbdy.z / drawbdy
Encoding:
Text File  |  1999-01-26  |  235 b   |  12 lines

  1. #!/bin/sh
  2.  
  3. echo "(write geometry - targetgeom world)";
  4. echo "(new-geometry Boundary ";
  5.  
  6. machtype=`expr match "$0" ".*/\([^/]*\)/[^/]*$"`
  7. geomroot=`expr match "$0" "\(.*\)/modules/.*"`
  8. PATH=$geomroot/bin/$machtype:$PATH bdy
  9.  
  10. echo ")";
  11.  
  12.